home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970929-19971216 / 000173_news@newsmaster….columbia.edu _Thu Oct 23 10:36:36 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA14365
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 23 Oct 1997 10:36:36 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA01826
  7.     for kermit.misc@watsun; Thu, 23 Oct 1997 10:36:35 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.sys.hp.mpe,comp.protocols.kermit.misc
  11. Subject: Re: file transfer protocols
  12. Date: 23 Oct 1997 14:36:31 GMT
  13. Organization: Columbia University
  14. Lines: 55
  15. Message-ID: <62nndf$5j5$1@apakabar.cc.columbia.edu>
  16. References: <9709228775.AA877536887@itauucp.ita-relay.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.sys.hp.mpe:41462 comp.protocols.kermit.misc:7953
  19.  
  20. In article <9709228775.AA877536887@itauucp.ita-relay.com>,
  21. Marshall Medoff  <Marshall@ITA-RELAY.COM> wrote:
  22. : Our HP3000 has an installation of Telamon's Network Engine which came
  23. : with a version of Kermit.  This version has a record length on send
  24. : and receive of 2048 bytes.
  25. : Is there another version of Kermit for the HP3000 that has no such
  26. : limitation?
  27. There are two Kermit programs for the HP-3000, both by Tony Appelget of
  28. General Mills (now retired): One written in C and another written in SPL.  As
  29. far as I know, the functionality of the two is equivalent.  They don't have
  30. version numbers, but the release date for both programs is 3 September 1994:
  31.  
  32.   ftp://kermit.columbia.edu/kermit/d/hp3*.*
  33.  
  34. Tony is no longer reachable, as far as I know, and we (at the Kermit Project)
  35. have never even seen an HP-3000 except once on a tour of INION (the Institute
  36. of Scientific Information for Social Science of the USSR Academy of Science)
  37. in Moscow in 1989, and so I can't explain the 2048-byte limitation.  Supposing
  38. it is not there for any good reason, then it is just a number that you can
  39. change (you have the source code) to any other number up to 9024, which is the
  40. maximum Kermit packet length, so you are certainly welcome to try it.  But I
  41. suspect that the 2048 limitation was more likely imposed because of some kind
  42. of buffering limitation on communication-device reads, and so the workaround
  43. might not quite so simple.  (I am not steeped in HP-[13]00 lore, but I seem
  44. to recall a lot of talk about this mux and that mux and their respective
  45. peculiarities.)
  46.  
  47. However, given that Tony is no longer on the case, perhaps a better solution
  48. to this problem -- and to various others mentioned recently on this newsgroup
  49. (the need for a scriptable Telnet client, the need to translate HP-Roman8 text
  50. files appropriately when transferring to non-HP platforms, etc), a port of
  51. C-Kermit 6.0 would be a better choice, if an HP-3000 C programmer was willing
  52. to take it on.  In addition to the advantages just mentioned, this would also
  53. give HP-3000 users a high-performance Kermit implementation with all the
  54. advanced features of the protocol (sliding windows, locking shifts, etc) that
  55. operated independently of the communications medium (direct serial, dialed
  56. serial, network).
  57.  
  58. : In looking at 3K Associates' web site and going into Telamon's freeware
  59. : section, I was happy to see versions of Kermit and Xmodem, but after
  60. : downloading Xmodem, I was dismayed to see that it did not work.
  61. :
  62. Xmodem and Ymodem need a fully transparent 8-bit clean communication path;
  63. Kermit doesn't.  Zmodem might or might not be able to work over connections
  64. that are not fully transparent -- it depends on the Zmodem implementations
  65. at each end.
  66.  
  67. If you're an HP-3000 C programmer and might be interested in doing an HP-3000
  68. port of C-Kermit, please get in touch.
  69.  
  70. Frank da Cruz <fdc@columbia.edu>
  71. The Kermit Project, Columbia University
  72. http://www.columbia.edu/kermit/